其他
追忆童年,教你用Python画出儿时卡通人物
The following article is from 凹凸数据 Author 张同学
penup():抬起画笔; pendown():落下画笔; pensize(width):画笔宽度; pencolor(color):画笔颜色;color为颜色字符串或者rgb值
forward(d)/fd(d):直行d个像素; circle(r, extent = None):绘制半径为r,角度为extent的弧形,圆心默认在海龟左侧距离r的位置;
setheading(angle)/seth(angle):改变前进方向; left(angle):海龟左转; right(angle):海龟右转;
t.pensize(4)
t.speed(10)
# =======头======
def head():
t.penup()
t.fillcolor("#FFEE26")
t.goto(-130, 10)
t.pendown()
t.begin_fill()
t.seth(81)
t.fd(90)
t.seth(100)
t.circle(-500, 3)
t.circle(-100, 10)
t.circle(-200, 25)
t.circle(-110, 20)
t.circle(-140, 30)
t.circle(-180, 30)
t.circle(-200, 20)
t.circle(-140, 10)
t.circle(-160, 50)
t.seth(85)
t.fd(-148)
t.seth(-112)
t.circle(-250, 14)
t.fd(200)
t.right(80)
t.fd(190)
t.seth(110)
t.circle(-200, 7)
t.circle(-130, 30)
t.end_fill()
更多精彩推荐
☞微信公众号关闭iOS端虚拟支付业务;苹果「Apple 登录」存安全漏洞;谷歌推迟发布Android 11 Beta| 极客头条
☞好扑科技结合区块链行业发展趋势,重磅推出“好扑区块链合伙人”计划